[INFO] cloning repository https://github.com/zzjrabbit/nut
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/zzjrabbit/nut" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzzjrabbit%2Fnut", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzzjrabbit%2Fnut'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a3daa819e296dbaaacf5ffd6f9927720f960ccc3
[INFO] fixing zzjrabbit/nut against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzzjrabbit%2Fnut" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-3-tc1/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/zzjrabbit/nut
[INFO] finished tweaking git repo https://github.com/zzjrabbit/nut
[INFO] tweaked toml for git repo https://github.com/zzjrabbit/nut written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/zzjrabbit/nut on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/zzjrabbit/nut already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: unused manifest key: dependencies.nut-macros.workspace
[INFO] [stderr] warning: `nut` (manifest) generated 1 warning
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded rand_distr v0.6.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] b1ccb148e491c6c1f1784296e8c429460902e0a6eb8271077c6bc1e38bbcfc09
[INFO] running `Command { std: "docker" "start" "b1ccb148e491c6c1f1784296e8c429460902e0a6eb8271077c6bc1e38bbcfc09", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "b1ccb148e491c6c1f1784296e8c429460902e0a6eb8271077c6bc1e38bbcfc09" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b1ccb148e491c6c1f1784296e8c429460902e0a6eb8271077c6bc1e38bbcfc09", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "b1ccb148e491c6c1f1784296e8c429460902e0a6eb8271077c6bc1e38bbcfc09" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: unused manifest key: dependencies.nut-macros.workspace
[INFO] [stderr] warning: `nut` (manifest) generated 1 warning
[INFO] [stderr]     Checking rand_core v0.10.0
[INFO] [stderr]    Compiling matrixmultiply v0.3.10
[INFO] [stderr]     Checking unicode-ident v1.0.24
[INFO] [stderr]    Compiling libc v0.2.183
[INFO] [stderr]     Checking rawpointer v0.2.1
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]    Compiling nut-macros v0.1.0 (/opt/rustwide/workdir/macros)
[INFO] [stderr]     Checking proc-macro2 v1.0.106
[INFO] [stderr]     Checking chacha20 v0.10.0
[INFO] [stderr]     Checking quote v1.0.45
[INFO] [stderr]     Checking ndarray v0.17.2
[INFO] [stderr]     Checking syn v2.0.117
[INFO] [stderr]     Checking getrandom v0.4.2
[INFO] [stderr]     Checking rand v0.10.0
[INFO] [stderr]     Checking rand_distr v0.6.0
[INFO] [stderr]     Checking nut v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0449]: visibility qualifiers are not permitted here
[INFO] [stdout]   --> src/tensor/mod.rs:43:9
[INFO] [stdout]    |
[INFO] [stdout] 43 |         pub fn randn(shape: &[usize]) -> Self {
[INFO] [stdout]    |         ^^^ help: remove the qualifier
[INFO] [stdout]    |
[INFO] [stdout]    = note: trait items always share the visibility of their trait
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0449]: visibility qualifiers are not permitted here
[INFO] [stdout]   --> src/tensor/mod.rs:51:9
[INFO] [stdout]    |
[INFO] [stdout] 51 |         pub fn random(shape: &[usize]) -> Self {
[INFO] [stdout]    |         ^^^ help: remove the qualifier
[INFO] [stdout]    |
[INFO] [stdout]    = note: trait items always share the visibility of their trait
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `nut_macros::*`
[INFO] [stdout]  --> src/lib.rs:4:9
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub use nut_macros::*;
[INFO] [stdout]   |         ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0449]: visibility qualifiers are not permitted here
[INFO] [stdout]   --> src/tensor/mod.rs:43:9
[INFO] [stdout]    |
[INFO] [stdout] 43 |         pub fn randn(shape: &[usize]) -> Self {
[INFO] [stdout]    |         ^^^ help: remove the qualifier
[INFO] [stdout]    |
[INFO] [stdout]    = note: trait items always share the visibility of their trait
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0449]: visibility qualifiers are not permitted here
[INFO] [stdout]   --> src/tensor/mod.rs:51:9
[INFO] [stdout]    |
[INFO] [stdout] 51 |         pub fn random(shape: &[usize]) -> Self {
[INFO] [stdout]    |         ^^^ help: remove the qualifier
[INFO] [stdout]    |
[INFO] [stdout]    = note: trait items always share the visibility of their trait
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Tensor: DType` is not satisfied
[INFO] [stdout]   --> src/model/linear.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 |     fn forward(&self, x: &Tensor) -> Tensor {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `DType` is not implemented for `Tensor`
[INFO] [stdout]    |
[INFO] [stdout] note: required by a bound in `Linear`
[INFO] [stdout]   --> src/model/linear.rs:3:22
[INFO] [stdout]    |
[INFO] [stdout]  3 | pub struct Linear<T: DType> {
[INFO] [stdout]    |                      ^^^^^ required by this bound in `Linear`
[INFO] [stdout] help: consider further restricting type parameter `Tensor` with trait `DType`
[INFO] [stdout]    |
[INFO] [stdout] 17 | impl<Tensor: TensorOps + tensor::DType> Model<Tensor> for Linear<Tensor> {
[INFO] [stdout]    |                        +++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Tensor: DType` is not satisfied
[INFO] [stdout]   --> src/model/linear.rs:17:43
[INFO] [stdout]    |
[INFO] [stdout] 17 | impl<Tensor: TensorOps> Model<Tensor> for Linear<Tensor> {
[INFO] [stdout]    |                                           ^^^^^^^^^^^^^^ the trait `DType` is not implemented for `Tensor`
[INFO] [stdout]    |
[INFO] [stdout] note: required by a bound in `Linear`
[INFO] [stdout]   --> src/model/linear.rs:3:22
[INFO] [stdout]    |
[INFO] [stdout]  3 | pub struct Linear<T: DType> {
[INFO] [stdout]    |                      ^^^^^ required by this bound in `Linear`
[INFO] [stdout] help: consider further restricting type parameter `Tensor` with trait `DType`
[INFO] [stdout]    |
[INFO] [stdout] 17 | impl<Tensor: TensorOps + tensor::DType> Model<Tensor> for Linear<Tensor> {
[INFO] [stdout]    |                        +++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `nut_macros::*`
[INFO] [stdout]  --> src/lib.rs:4:9
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub use nut_macros::*;
[INFO] [stdout]   |         ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Tensor: DType` is not satisfied
[INFO] [stdout]   --> src/model/linear.rs:18:17
[INFO] [stdout]    |
[INFO] [stdout] 18 |     fn forward(&self, x: &Tensor) -> Tensor {
[INFO] [stdout]    |                 ^^^^ the trait `DType` is not implemented for `Tensor`
[INFO] [stdout]    |
[INFO] [stdout] note: required by a bound in `Linear`
[INFO] [stdout]   --> src/model/linear.rs:3:22
[INFO] [stdout]    |
[INFO] [stdout]  3 | pub struct Linear<T: DType> {
[INFO] [stdout]    |                      ^^^^^ required by this bound in `Linear`
[INFO] [stdout] help: consider further restricting type parameter `Tensor` with trait `DType`
[INFO] [stdout]    |
[INFO] [stdout] 17 | impl<Tensor: TensorOps + tensor::DType> Model<Tensor> for Linear<Tensor> {
[INFO] [stdout]    |                        +++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `clone` found for struct `Tensor<T>` in the current scope
[INFO] [stdout]   --> src/model/linear.rs:19:32
[INFO] [stdout]    |
[INFO] [stdout] 19 |         let z: Tensor = self.w.clone() * x.clone();
[INFO] [stdout]    |                                ^^^^^ method not found in `Tensor<Tensor>`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/tensor/mod.rs:25:1
[INFO] [stdout]    |
[INFO] [stdout] 25 | pub struct Tensor<T: DType> {
[INFO] [stdout]    | --------------------------- method `clone` not found for this struct
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]    = note: the following trait defines an item `clone`, perhaps you need to implement it:
[INFO] [stdout]            candidate #1: `Clone`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `clone` found for struct `Tensor<T>` in the current scope
[INFO] [stdout]   --> src/model/linear.rs:20:20
[INFO] [stdout]    |
[INFO] [stdout] 20 |         z + self.b.clone()
[INFO] [stdout]    |                    ^^^^^ method not found in `Tensor<Tensor>`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/tensor/mod.rs:25:1
[INFO] [stdout]    |
[INFO] [stdout] 25 | pub struct Tensor<T: DType> {
[INFO] [stdout]    | --------------------------- method `clone` not found for this struct
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]    = note: the following trait defines an item `clone`, perhaps you need to implement it:
[INFO] [stdout]            candidate #1: `Clone`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Tensor: DType` is not satisfied
[INFO] [stdout]   --> src/model/linear.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 |     fn forward(&self, x: &Tensor) -> Tensor {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `DType` is not implemented for `Tensor`
[INFO] [stdout]    |
[INFO] [stdout] note: required by a bound in `Linear`
[INFO] [stdout]   --> src/model/linear.rs:3:22
[INFO] [stdout]    |
[INFO] [stdout]  3 | pub struct Linear<T: DType> {
[INFO] [stdout]    |                      ^^^^^ required by this bound in `Linear`
[INFO] [stdout] help: consider further restricting type parameter `Tensor` with trait `DType`
[INFO] [stdout]    |
[INFO] [stdout] 17 | impl<Tensor: TensorOps + tensor::DType> Model<Tensor> for Linear<Tensor> {
[INFO] [stdout]    |                        +++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Tensor: DType` is not satisfied
[INFO] [stdout]   --> src/model/linear.rs:17:43
[INFO] [stdout]    |
[INFO] [stdout] 17 | impl<Tensor: TensorOps> Model<Tensor> for Linear<Tensor> {
[INFO] [stdout]    |                                           ^^^^^^^^^^^^^^ the trait `DType` is not implemented for `Tensor`
[INFO] [stdout]    |
[INFO] [stdout] note: required by a bound in `Linear`
[INFO] [stdout]   --> src/model/linear.rs:3:22
[INFO] [stdout]    |
[INFO] [stdout]  3 | pub struct Linear<T: DType> {
[INFO] [stdout]    |                      ^^^^^ required by this bound in `Linear`
[INFO] [stdout] help: consider further restricting type parameter `Tensor` with trait `DType`
[INFO] [stdout]    |
[INFO] [stdout] 17 | impl<Tensor: TensorOps + tensor::DType> Model<Tensor> for Linear<Tensor> {
[INFO] [stdout]    |                        +++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `StandardNormal: rand_distr::Distribution<T>` is not satisfied
[INFO] [stdout]   --> src/tensor/mod.rs:45:24
[INFO] [stdout]    |
[INFO] [stdout] 45 |                 inner: NdTensor::randn(shape),
[INFO] [stdout]    |                        ^^^^^^^^ the trait `rand_distr::Distribution<T>` is not implemented for `StandardNormal`
[INFO] [stdout]    |
[INFO] [stdout] note: required for `NdTensor<T>` to implement `TensorRandn`
[INFO] [stdout]   --> src/tensor/nda.rs:32:16
[INFO] [stdout]    |
[INFO] [stdout] 32 | impl<T: DType> TensorRandn for NdTensor<T>
[INFO] [stdout]    |                ^^^^^^^^^^^     ^^^^^^^^^^^
[INFO] [stdout] 33 | where
[INFO] [stdout] 34 |     StandardNormal: Distribution<T>,
[INFO] [stdout]    |                     --------------- unsatisfied trait bound introduced here
[INFO] [stdout] help: consider introducing a `where` clause, but there might be an alternative better way to express this requirement
[INFO] [stdout]    |
[INFO] [stdout] 42 |     impl<T: DType> TensorRandn for Tensor<T> where StandardNormal: rand_distr::Distribution<T> {
[INFO] [stdout]    |                                              +++++++++++++++++++++++++++++++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `StandardUniform: rand_distr::Distribution<T>` is not satisfied
[INFO] [stdout]   --> src/tensor/mod.rs:53:24
[INFO] [stdout]    |
[INFO] [stdout] 53 |                 inner: NdTensor::random(shape),
[INFO] [stdout]    |                        ^^^^^^^^ the trait `rand_distr::Distribution<T>` is not implemented for `StandardUniform`
[INFO] [stdout]    |
[INFO] [stdout] note: required for `NdTensor<T>` to implement `TensorRandom`
[INFO] [stdout]   --> src/tensor/nda.rs:43:16
[INFO] [stdout]    |
[INFO] [stdout] 43 | impl<T: DType> TensorRandom for NdTensor<T>
[INFO] [stdout]    |                ^^^^^^^^^^^^     ^^^^^^^^^^^
[INFO] [stdout] 44 | where
[INFO] [stdout] 45 |     StandardUniform: Distribution<T>,
[INFO] [stdout]    |                      --------------- unsatisfied trait bound introduced here
[INFO] [stdout] help: consider introducing a `where` clause, but there might be an alternative better way to express this requirement
[INFO] [stdout]    |
[INFO] [stdout] 50 |     impl<T: DType> TensorRandom for Tensor<T> where StandardUniform: rand_distr::Distribution<T> {
[INFO] [stdout]    |                                               ++++++++++++++++++++++++++++++++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0277, E0449, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Tensor: DType` is not satisfied
[INFO] [stdout]   --> src/model/linear.rs:18:17
[INFO] [stdout]    |
[INFO] [stdout] 18 |     fn forward(&self, x: &Tensor) -> Tensor {
[INFO] [stdout]    |                 ^^^^ the trait `DType` is not implemented for `Tensor`
[INFO] [stdout]    |
[INFO] [stdout] note: required by a bound in `Linear`
[INFO] [stdout]   --> src/model/linear.rs:3:22
[INFO] [stdout]    |
[INFO] [stdout]  3 | pub struct Linear<T: DType> {
[INFO] [stdout]    |                      ^^^^^ required by this bound in `Linear`
[INFO] [stdout] help: consider further restricting type parameter `Tensor` with trait `DType`
[INFO] [stdout]    |
[INFO] [stdout] 17 | impl<Tensor: TensorOps + tensor::DType> Model<Tensor> for Linear<Tensor> {
[INFO] [stdout]    |                        +++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `nut` (lib) due to 9 previous errors; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0599]: no method named `clone` found for struct `Tensor<T>` in the current scope
[INFO] [stdout]   --> src/model/linear.rs:19:32
[INFO] [stdout]    |
[INFO] [stdout] 19 |         let z: Tensor = self.w.clone() * x.clone();
[INFO] [stdout]    |                                ^^^^^ method not found in `Tensor<Tensor>`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/tensor/mod.rs:25:1
[INFO] [stdout]    |
[INFO] [stdout] 25 | pub struct Tensor<T: DType> {
[INFO] [stdout]    | --------------------------- method `clone` not found for this struct
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]    = note: the following trait defines an item `clone`, perhaps you need to implement it:
[INFO] [stdout]            candidate #1: `Clone`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `clone` found for struct `Tensor<T>` in the current scope
[INFO] [stdout]   --> src/model/linear.rs:20:20
[INFO] [stdout]    |
[INFO] [stdout] 20 |         z + self.b.clone()
[INFO] [stdout]    |                    ^^^^^ method not found in `Tensor<Tensor>`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/tensor/mod.rs:25:1
[INFO] [stdout]    |
[INFO] [stdout] 25 | pub struct Tensor<T: DType> {
[INFO] [stdout]    | --------------------------- method `clone` not found for this struct
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]    = note: the following trait defines an item `clone`, perhaps you need to implement it:
[INFO] [stdout]            candidate #1: `Clone`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `StandardNormal: rand_distr::Distribution<T>` is not satisfied
[INFO] [stdout]   --> src/tensor/mod.rs:45:24
[INFO] [stdout]    |
[INFO] [stdout] 45 |                 inner: NdTensor::randn(shape),
[INFO] [stdout]    |                        ^^^^^^^^ the trait `rand_distr::Distribution<T>` is not implemented for `StandardNormal`
[INFO] [stdout]    |
[INFO] [stdout] note: required for `NdTensor<T>` to implement `TensorRandn`
[INFO] [stdout]   --> src/tensor/nda.rs:32:16
[INFO] [stdout]    |
[INFO] [stdout] 32 | impl<T: DType> TensorRandn for NdTensor<T>
[INFO] [stdout]    |                ^^^^^^^^^^^     ^^^^^^^^^^^
[INFO] [stdout] 33 | where
[INFO] [stdout] 34 |     StandardNormal: Distribution<T>,
[INFO] [stdout]    |                     --------------- unsatisfied trait bound introduced here
[INFO] [stdout] help: consider introducing a `where` clause, but there might be an alternative better way to express this requirement
[INFO] [stdout]    |
[INFO] [stdout] 42 |     impl<T: DType> TensorRandn for Tensor<T> where StandardNormal: rand_distr::Distribution<T> {
[INFO] [stdout]    |                                              +++++++++++++++++++++++++++++++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `StandardUniform: rand_distr::Distribution<T>` is not satisfied
[INFO] [stdout]   --> src/tensor/mod.rs:53:24
[INFO] [stdout]    |
[INFO] [stdout] 53 |                 inner: NdTensor::random(shape),
[INFO] [stdout]    |                        ^^^^^^^^ the trait `rand_distr::Distribution<T>` is not implemented for `StandardUniform`
[INFO] [stdout]    |
[INFO] [stdout] note: required for `NdTensor<T>` to implement `TensorRandom`
[INFO] [stdout]   --> src/tensor/nda.rs:43:16
[INFO] [stdout]    |
[INFO] [stdout] 43 | impl<T: DType> TensorRandom for NdTensor<T>
[INFO] [stdout]    |                ^^^^^^^^^^^^     ^^^^^^^^^^^
[INFO] [stdout] 44 | where
[INFO] [stdout] 45 |     StandardUniform: Distribution<T>,
[INFO] [stdout]    |                      --------------- unsatisfied trait bound introduced here
[INFO] [stdout] help: consider introducing a `where` clause, but there might be an alternative better way to express this requirement
[INFO] [stdout]    |
[INFO] [stdout] 50 |     impl<T: DType> TensorRandom for Tensor<T> where StandardUniform: rand_distr::Distribution<T> {
[INFO] [stdout]    |                                               ++++++++++++++++++++++++++++++++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0277, E0449, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `nut` (lib test) due to 9 previous errors; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "b1ccb148e491c6c1f1784296e8c429460902e0a6eb8271077c6bc1e38bbcfc09", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b1ccb148e491c6c1f1784296e8c429460902e0a6eb8271077c6bc1e38bbcfc09", kill_on_drop: false }`
[INFO] [stdout] b1ccb148e491c6c1f1784296e8c429460902e0a6eb8271077c6bc1e38bbcfc09
